Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
@libp2p/peer-id
Advanced tools
Implementation of @libp2p/interface-peer-id
An implementation of a peer id
import { peerIdFromString } from '@libp2p/peer-id'
const peer = peerIdFromString('12D3KooWKnDdG3iXw9eTFijk3EWSunZcFi54Zka4wmtqtt6rPxc8')
console.log(peer.toCID()) // CID(bafzaa...)
console.log(peer.toString()) // "12D3K..."
$ npm i @libp2p/peer-id
<script>
tagLoading this module through a script tag will make its exports available as Libp2pPeerId
in the global namespace.
<script src="https://unpkg.com/@libp2p/peer-id/dist/index.min.js"></script>
Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
FAQs
Implementation of @libp2p/interface-peer-id
The npm package @libp2p/peer-id receives a total of 50,402 weekly downloads. As such, @libp2p/peer-id popularity was classified as popular.
We found that @libp2p/peer-id demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.